This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Paul Desjipysterakol 23.Jan.04 05:45 PM a Web browser Domino DesignerAll ReleasesAll Platforms
I have a LotusScript agent which runs against selected documents in a view. The following lines execute after the documents have been modified and saved:
call view.Refresh
call workspace.ViewRefresh
After the agent runs, computed fields on any document do not show updated values assigned by the agent unless the document is edited and refreshed using the F9 key. The view in which the agent runs is set to refresh on 'Auto,after first use'. Is there any reason why the ViewRefresh method is not refreshing the computed fields while the agent runs?